home *** CD-ROM | disk | FTP | other *** search
/ PC User 2001 April / Disc 1 / PCUser04CD1.bin / utils / cfw2.exe / install_script.iss (.txt)
Encoding:
Inno Setup Script  |  2000-12-25  |  1.4 KB  |  36 lines

  1. ;InnoSetupVersion=1.3.21
  2. [Setup]
  3. AppName=Console for Windows 2
  4. AppVerName=Console for Windows 2 v2.00
  5. AppId=Console for Windows 2
  6. AppVersion=v2.00
  7. DefaultDirName=C:\Program Files\Console for Windows 2
  8. DefaultGroupName=Console for Windows 2
  9. OutputBaseFilename=setup
  10. Compression=zip
  11. PrivilegesRequired=none
  12. LicenseFile=embedded\License.txt
  13. InfoBeforeFile=embedded\InfoBefore.txt
  14. InfoAfterFile=embedded\InfoAfter.txt
  15. WizardImageFile=embedded\WizardImage0.bmp
  16. WizardSmallImageFile=embedded\WizardSmallImage0.bmp
  17. [Files]
  18. Source: "{app}\Nviewlib.dll"; DestDir: "{app}"; 
  19. Source: "{app}\cpl.lst"; DestDir: "{app}"; 
  20. Source: "{app}\help.htm"; DestDir: "{app}"; 
  21. Source: "{app}\console.gif"; DestDir: "{app}"; 
  22. Source: "{app}\Console2.exe"; DestDir: "{app}"; 
  23. Source: "{app}\IMGS\bind1.gif"; DestDir: "{app}\IMGS"; 
  24. Source: "{app}\IMGS\bind2.gif"; DestDir: "{app}\IMGS"; 
  25. Source: "{app}\IMGS\bindedit.gif"; DestDir: "{app}\IMGS"; 
  26. Source: "{app}\IMGS\options.gif"; DestDir: "{app}\IMGS"; 
  27. Source: "{app}\cicon.ico"; DestDir: "{app}"; 
  28. [Dirs]
  29. Name: "IMGS"; Flags: uninsalwaysuninstall 
  30. [Icons]
  31. Name: "{group}\Start the Console for Windows 2"; Filename: "{app}\Console2.exe"; WorkingDir: "{app}"; IconFilename: "C:\Program Files\RapidQ\Console 2\cicon.ico"; 
  32. Name: "{group}\Console for Windows 2 Help system"; Filename: "{app}\help.htm"; WorkingDir: "{app}"; 
  33. [UninstallDelete]
  34. Type: dirifempty; Name: "IMGS"; 
  35. Type: dirifempty; Name: "{app}"; 
  36.